home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 045a / easyma7.zip / OEMHELP7.HLP < prev    next >
Text File  |  1990-11-08  |  3KB  |  134 lines

  1. ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  2.  
  3.  
  4.                   Printing Mail
  5.                   ─────────────
  6.  When you select Print from the Incoming
  7.  Mailbox, Outgoing Mailbox, or File Cabinet, the
  8.  Print window appears.  The Print window
  9.  contains a menu and displays your current print
  10.  settings.  Unlike the Main Screen, the Printing
  11.  Screen has an active light-bar menu.
  12.  
  13.  
  14.              Printing Screen Elements
  15.              ────────────────────────
  16.  
  17.  The Printing Screen is made up of three
  18.  elements;
  19.  
  20.  
  21. ╒══════ 1 ══════╕  1 = Title line
  22. │    ┌─ 2 ─┐    │
  23. │    ├─────┤    │  2 = Print Menu
  24. │    │  3  │    │
  25. │    └─────┘    │  3 = Print Settings
  26. └───────────────┘
  27.  
  28.  
  29.  1 - Title line
  30.  ──────────────
  31.  The top line on the screen, or Title Line,
  32.  displays the program name and version number.
  33.  
  34.  
  35.  
  36.  2 - Print Menu
  37.  ──────────────
  38.  This menu allows you to select a destination
  39.  for the output, or change the Print Settings.
  40.  
  41.  
  42.  3 - Print Settings
  43.  ──────────────────
  44.  These are the setting that control how your
  45.  output appears.
  46.  
  47.  
  48.  
  49.                The Print Menu
  50.                ──────────────
  51.  
  52.  There are three options on the print menu.
  53.  
  54.  Print to Printer
  55.  ────────────────
  56.  Selecting this option causes mail to be printed
  57.  to LPT1.
  58.  
  59.  
  60.  Print to File
  61.  ─────────────
  62.  Selecting this option causes mail to be printed
  63.  into a disk file.  A window will appear and you
  64.  will be prompted for a file name.  Unless you
  65.  supply a full path along with the file name,
  66.  the file will be written in the current
  67.  directory.
  68.  
  69.  
  70.  Change Settings
  71.  ───────────────
  72.  This option allows you to change the current
  73.  print settings.  See below for more
  74.  information.
  75.  
  76.  
  77.  
  78.              The Print Settings
  79.              ──────────────────
  80.  
  81.  
  82.  Line Length
  83.  ───────────
  84.  This is the length of each word-wrapped line.
  85.  
  86.  
  87.  Page Length
  88.  ───────────
  89.  This is the number of lineswhich can be printed
  90.  on a page.  Depends on how your printer is set
  91.  up.  Usually Length times Lines per Inch = Page
  92.  Length.  For example, 11 inches times 6 lines
  93.  per inch = Page Length 66
  94.  
  95.  
  96.  Top Margin
  97.  ──────────
  98.  The number of blank lines you want to appear at
  99.  the top of each page.
  100.  
  101.  
  102.  Left Margin
  103.  ───────────
  104.  The number of blank spaces you want to appear
  105.  at the left margin of each line.
  106.  
  107.  
  108.  Init String
  109.  ───────────
  110.  This is a sequence of codes (up to 40
  111.  characters) which is sent to the printer prior
  112.  to any text and in used to set the printer to a
  113.  desired font, character size, etc.  These codes
  114.  are very specific to each printer. Consult your
  115.  printer manual for more information.  Examples
  116.  include;
  117.  
  118.  
  119.   CHR(15)   - Condensed mode for many printers
  120.  
  121.   CHR(27)+'[0p' - Sets QMS Kiss to Portrait Mode
  122.  
  123.  
  124.  NOTE: Spelling errors, missing quotation marks,
  125.        etc. can cause an unrecoverable error in
  126.        the program.  You are, in essence,
  127.        placing a line of code into the program
  128.        by entering an Init String. A
  129.        syntactically correct string will not
  130.        cause an error.  Check your Init String
  131.        carefully!
  132.  
  133. ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  134.               End of Help Screen